projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5818a09
)
sf: stmicro: Add support for N25Q64A
author
Jagannadha Sutradharudu Teki
<
[email protected]
>
Wed, 23 Jan 2013 12:51:45 +0000
(18:21 +0530)
committer
Tom Rini
<
[email protected]
>
Wed, 6 Feb 2013 15:10:00 +0000
(10:10 -0500)
Add support for Numonyx N25Q64A SPI flash.
Signed-off-by: Jagannadha Sutradharudu Teki <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
drivers/mtd/spi/stmicro.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/stmicro.c
b/drivers/mtd/spi/stmicro.c
index 9ec938a46e2ffbf9f3d89678e20f2b0613a1febb..05657fa595b18178374c8d3871496fb72ae4bf4f 100644
(file)
--- a/
drivers/mtd/spi/stmicro.c
+++ b/
drivers/mtd/spi/stmicro.c
@@
-98,6
+98,12
@@
static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
.nr_sectors = 128,
.name = "N25Q064",
},
+ {
+ .id = 0xbb17,
+ .pages_per_sector = 256,
+ .nr_sectors = 128,
+ .name = "N25Q64A",
+ },
{
.id = 0xba18,
.pages_per_sector = 256,